TELDNDispose
Disposes of a directory number structure and all associated structures.
pascal TELErr TELDNDispose (TELDNHandle hTELDN);
hTELDN
- A handle to a directory number structure.
- function result
- A result code.
DESCRIPTION
TheTELDNDispose
function disposes of the directory number structure specified by thehTELDN
parameter, as well as all handles to call appearance structures associated with that directory number.TELDNDispose
also removes the directory number and call appearance message handlers for the specified directory number. You should callTELDNDispose
when you no longer need to access a directory number.
- IMPORTANT
- Disposing of a directory number structure does not drop any call appearances on the associated directory number. To drop call appearances, use the
TELDrop
function.![]()
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help